home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Game / H-L / IONS2.cpt / IONS2 Folder / ions2 / card_14988.txt < prev    next >
Encoding:
Text File  |  1991-10-04  |  1.5 KB  |  78 lines

  1. -- card: 14988 from stack: in
  2. -- bmap block id: 15235
  3. -- flags: 0000
  4. -- background id: 2647
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=56 top=144 right=174 bottom=304
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: b1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global response
  23.   global tries
  24.   global lastClick
  25.  
  26.   if the seconds - lastClick < 4 then exit mouseup
  27.   else put the seconds into lastClick
  28.   put 1 into response
  29.   add 1 to tries
  30.   put tries into background field "try"
  31.   check
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part 2 (button)
  37. -- low flags: 00
  38. -- high flags: 2000
  39. -- rect: left=56 top=177 right=208 bottom=302
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: b2
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   global response
  51.   global tries
  52.   global lastClick
  53.  
  54.   if the seconds - lastClick < 4 then exit mouseup
  55.   else put the seconds into lastClick
  56.   put 2 into response
  57.   add 1 to tries
  58.   put tries into background field "try"
  59.   check
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part contents for background part 19
  65. ----- text -----
  66. 23
  67.  
  68. -- part contents for background part 17
  69. ----- text -----
  70. 19
  71.  
  72. -- part contents for background part 1
  73. ----- text -----
  74. 2
  75.  
  76. -- part contents for background part 18
  77. ----- text -----
  78. CORRECT!